ComponentOne ASP.NET MVC Controls
ScaleX Method

C1.Web.Mvc.Fluent Namespace > ChartGesturesBuilder<T> Class : ScaleX Method
The value.
Configurates C1.Web.Mvc.ChartGestures<T>.ScaleX. Sets the initial scale of axis X.
Syntax
'Declaration
 
Public Function ScaleX( _
   ByVal value As Single _
) As ChartGesturesBuilder(Of T)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The scale should be more than 0 and less than or equal to 1. The scale specifies which part of the range between Min and Max is shown. When scale is 1 (default value), the whole axis range is visible.
See Also

Reference

ChartGesturesBuilder<T> Class
ChartGesturesBuilder<T> Members